User DocsData DocumentsAnyDB FormulasFunctionsCONCATOn this pageCONCAT Combines two or more text strings into one string. Syntax CONCAT(text1, text2, ...) Arguments text1, text2, ...: Text strings to join together. Example CONCAT("Any", "DB") → Returns "AnyDB"CONCAT(A1, " ", B1) → Combines the value in A1, a space, and the value in B1